Northwoods.GoSilverlight 1.3.5 Assembly
FindGroupKeyForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindGroupKeyForNode Method

nodedata
Find containing group node key for a given node data, if any.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindGroupKeyForNode( _
   ByVal nodedata As NodeType _
) As NodeKey
C# 
protected virtual NodeKey FindGroupKeyForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a NodeKey for the containing group node, or the default value for that type if there is no container node for the node

Remarks

This is used for model discovery. This is only called if GroupNodePath is not an empty string. This method can be overridden in case the GroupNodePath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.